From c131da48c9f70c30b12f2bb1fa3dbacf84a26a7b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 7 Dec 2007 19:06:03 +0000 Subject: [PATCH] Correct the documentation of child property getter arguments. (#501992, 2007-12-07 Matthias Clasen * gtk/gtkcontainer.c: Correct the documentation of child property getter arguments. (#501992, David Brigada) svn path=/trunk/; revision=19130 --- ChangeLog | 5 +++++ gtk/gtkcontainer.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index bb9b29eb76..93932b57f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-07 Matthias Clasen + + * gtk/gtkcontainer.c: Correct the documentation of child + property getter arguments. (#501992, David Brigada) + 2007-12-07 Matthias Clasen * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index f58693e48a..ab238ec9d5 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -537,8 +537,8 @@ container_set_child_property (GtkContainer *container, * @container: a #GtkContainer * @child: a widget which is a child of @container * @first_property_name: the name of the first property to get - * @var_args: a %NULL-terminated list of property names and #GValue*, - * starting with @first_prop_name. + * @var_args: return location for the first property, followed + * optionally by more name/return location pairs, followed by %NULL * * Gets the values of one or more child properties for @child and @container. **/ @@ -871,8 +871,8 @@ gtk_container_child_set (GtkContainer *container, * @container: a #GtkContainer * @child: a widget which is a child of @container * @first_prop_name: the name of the first property to get - * @Varargs: a %NULL-terminated list of property names and #GValue*, - * starting with @first_prop_name + * @Varargs: return location for the first property, followed + * optionally by more name/return location pairs, followed by %NULL * * Gets the values of one or more child properties for @child and @container. **/ -- 2.30.2